home *** CD-ROM | disk | FTP | other *** search
/ Aminet 22 / Aminet 22 (1997)(GTI - Schatztruhe)[!][Dec 1997].iso / Aminet / docs / help / adosguide.lha / ADOS Guide / ADOS commands / Endif < prev    next >
Encoding:
Text File  |  1997-10-21  |  417 b   |  27 lines

  1.                           --AMIGADOS GUIDE V2.0--
  2.                                    ENDIF
  3.  
  4.  
  5.    USE:
  6.    ENDIF is used to terminate an IF construct.
  7.  
  8.    PATH:
  9.    Internal
  10.  
  11.    SYSTEM:
  12.    2.0 (enhanced), 2.1, 3.0
  13.  
  14.    EXAMPLES:
  15.    1>ENDIF
  16.  
  17.    NOTES:
  18.    Below is an example of how the IF....ENDIF process works.
  19.  
  20.    IF WARN
  21.  
  22.    ECHO "A warning condition has occurred"
  23.  
  24.    ENDIF
  25.  
  26.    ENDIF may only be used in script files.
  27.